- 01. Introduction to Jasmine
- 02. Exploring the SpecRunner
- 03. Introducing Suites and Specs
- 04. Writing a Test
- 05. Getting Started with Red-Green-Refactor
- 06. Writing AddressBookSpec.js
- 07. Iterating on our Implementation
- 08. Mike's Solution
- 09. Another Spec
- 10. Removing Redundant Code
- 11. Testing Asynchronous Code
- 12. Writing an Asynchronous Test
- 13. Correcting our Asynchronous Test
- 14. Course Conclusion